Add hint and last found to tabsep format.
authorrobertl <robertl>
Thu, 16 Nov 2006 19:37:37 +0000 (19:37 +0000)
committerrobertl <robertl>
Thu, 16 Nov 2006 19:37:37 +0000 (19:37 +0000)
Makefile.in
internal_styles.c
style/tabsep.style

index 47a4b1dd45e2f438c6a4f8d8ab664c1ce4d65f32..6610538e13c0161eea2af9720e2583c169dfb983 100644 (file)
@@ -172,6 +172,7 @@ $(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE
 #     to prevent the build from working.   Remove it. (Suse)
 #   * Sun Java seems to be required.   GCJ 1.4.2 doesn't work.   You can
 #     force Sun Java to be used by creating ~/.foprc with 'rpm_mode=' (Fedora)
+#     Get it from http://www.java.com
 #
 gpsbabel.fo: 
        perl xmldoc/makedoc
index 34b1caf1c111cfeb5deb40adbe0fce465a6ba6d0..f1e8682e4a806d1e32ce182b276f3da0eda217ee 100644 (file)
@@ -889,6 +889,8 @@ static char tabsep[] =
 "IFIELD  PATH_DISTANCE_KM, \"\", \"%f\"\n"
 "IFIELD  GEOCACHE_PLACER,\"\",\"%s\"\n"
 "IFIELD  YYYYMMDD_TIME,\"\",\"%ld\"\n"
+"IFIELD        GEOCACHE_HINT, \"\", \"%s\"\n"
+"IFIELD        GEOCACHE_LAST_FOUND, \"\", \"%d\"\n"
 ;
 static char xmap2006[] = 
 "# gpsbabel XCSV style file\n"
index b65b776861baa15f64710ed49c391cedf7bc04b5..65d0f31d46c7b043ae9b6fd24d6969b3ce609b34 100644 (file)
@@ -53,3 +53,5 @@ IFIELD  PATH_DISTANCE_MILES,"","%f"
 IFIELD  PATH_DISTANCE_KM, "", "%f"
 IFIELD  GEOCACHE_PLACER,"","%s"
 IFIELD  YYYYMMDD_TIME,"","%ld"
+IFIELD GEOCACHE_HINT, "", "%s"
+IFIELD GEOCACHE_LAST_FOUND, "", "%d"